翻訳と辞書
Words near each other
・ Windows ChallengE
・ Windows Chat
・ Windows code page
・ Windows Color System
・ Windows Communication Foundation
・ Windows Contacts
・ Windows Defender
・ Windows Deployment Services
・ Windows Desktop Gadgets
・ Windows Desktop Update
・ Windows Display Driver Model
・ Windows DNA
・ Windows domain
・ Windows Down
・ Windows DreamScene
Windows Driver Frameworks
・ Windows Driver Kit
・ Windows Driver Model
・ Windows DVD Maker
・ Windows Easy Transfer
・ Windows Embedded
・ Windows Embedded 8
・ Windows Embedded Automotive
・ Windows Embedded CE 6.0
・ Windows Embedded Compact 7
・ Windows Embedded Industry
・ Windows Error Reporting
・ Windows Essential Business Server 2008
・ Windows Essentials
・ Windows Experience


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Windows Driver Frameworks : ウィキペディア英語版
Windows Driver Frameworks

The Windows Driver Frameworks (WDF), formerly the Windows Driver Foundation, are a set of Microsoft tools and libraries that aid in the creation of device drivers for Windows 2000 and later versions of Windows. It complements the Windows Driver Model, abstracting away much of the boilerplate complexity with writing Windows drivers.
The WDF consists of the Kernel-Mode Driver Framework (KMDF) and User-Mode Driver Framework (UMDF). These individual frameworks provide a new object-oriented programming model for Windows driver development. The primary goals of the WDF are conceptual scalability and reduced duplication, enabling developers to apply the same concepts across different driver types and reducing the code overhead required for drivers. This differs markedly from the Windows Driver Model (WDM) which requires driver developers to be fully familiar with many complex technical details to write a basic driver.
Part of the key to achieving conceptual scalability is that KMDF and UMDF use an "opt-in" model. This model allows the developer to extend and override the default behavior of a canonical "good driver". In contrast, the Windows Driver Model depends on the driver writer to implement all aspects of the driver's behavior.
==Varieties==
There are three types of WDF drivers:
* The Kernel-Mode Driver Framework, for writing standard kernel-mode device drivers.
* The User-Mode Driver Framework v1, for writing user-mode drivers using a C++ COM based API.
* The User-Mode Driver Framework v2, for writing user-mode drivers with syntactic parity to KMDF.
WDF also includes a set of static verification tools for use by driver writers. These tools examine driver code for common errors and/or simulate the code of a driver in order to identify problems that are both difficult to detect and difficult to test for.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Windows Driver Frameworks」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.